home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / SPLIT60C.ARJ / SPLIT6.TIP < prev    next >
Text File  |  1992-08-15  |  2KB  |  32 lines

  1. Some usage tips for SPLIT:
  2.  
  3.   o To split a very large file onto several floppies with varying amounts
  4.     of space available on each floppy, use the (F) option (number of files)
  5.     and ask to split the big file into -ONE- file.  As soon as a floppy is
  6.     full, the program will end the current output file and request another
  7.     disk. Each disk's usable space will be exactly filled.  The output files
  8.     will be different sizes unless the floppies were all empty, but when the
  9.     files are re-united, the entire original file will be there and the crc
  10.     will verify properly.
  11.  
  12.   o To give the output files the same basename (filename root) as the
  13.     original file, use a dot "." as the output file basename.
  14.  
  15.     Eg: "split BIG.FIL . f 3 n"
  16.  
  17.     Splits BIG.FIL into 3 files named BIG.001, BIG.002, and BIG.003
  18.  
  19.     For same output basename in another directory, use any valid directory
  20.     name for the second command parameter:  ".." puts output files with the
  21.     original basename in the parent directory, or "d:\dir\" puts files with
  22.     the same basename into another disk\directory. (These shortcuts work
  23.     only with versions of SPLIT above v5.17).
  24.  
  25.   o Use the (B) option to remove the EOF marker or any number of bytes from
  26.     the end of an existing file.  If you want to remove the last 5 bytes
  27.     from a BIGFILE of 123,456 bytes, you would specify 123,451 (B)ytes per
  28.     output file.  OUTFIL.001 will have the desired 123,451 bytes and the
  29.     smaller OUTFIL.002 will have 5 bytes.  OUTFIL.001 can be renamed as
  30.     desired and OUTFIL.002 is erased.
  31.  
  32.